projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
308d2ca
)
GtkDialog: Add `type Gtk.HeaderBar` annotation to headerbar getter return value
author
Sebastian Dröge
<sebastian@centricular.com>
Tue, 18 Feb 2020 08:55:31 +0000
(10:55 +0200)
committer
Sebastian Dröge
<sebastian@centricular.com>
Tue, 18 Feb 2020 08:55:31 +0000
(10:55 +0200)
gtk/gtkdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkdialog.c
b/gtk/gtkdialog.c
index dfd98edc5bf8824f59e42e00dbc0cba49f33aada..bf9e412cfdb6c4148554ffd9f8f22fffbec3fcbd 100644
(file)
--- a/
gtk/gtkdialog.c
+++ b/
gtk/gtkdialog.c
@@
-1575,7
+1575,7
@@
gtk_dialog_get_action_area (GtkDialog *dialog)
* headerbar is only used by the dialog if the
* #GtkDialog:use-header-bar property is %TRUE.
*
- * Returns: (transfer none): the header bar
+ * Returns: (t
ype Gtk.HeaderBar) (t
ransfer none): the header bar
*/
GtkWidget *
gtk_dialog_get_header_bar (GtkDialog *dialog)